home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 54809 / 54809.xpi / chrome / dictCheck-0.0.6.005.jar / skin / iframeInfoDialog.css < prev    next >
Cascading Style Sheet File  |  2010-02-10  |  1KB  |  76 lines

  1. @import url(chrome://global/skin/);
  2.  
  3. .textLink {
  4.   color    : blue;
  5.   cursor   : pointer;
  6. }
  7.  
  8. .iframeInfoDialog
  9. {
  10.     background: url(txt-mybackg.png);
  11.     background-repeat: no-repeat;
  12.     background-position: right bottom;
  13.     background-color: #d4fecf;
  14.     border: 2px solid black;
  15. }
  16.  
  17. #barOfMyIFrameInfoDialog
  18. {
  19.     height: 12px;
  20.     background: url(test2.png);    
  21.     cursor: pointer;
  22.     font-size: 11px;
  23.     font-weight: bold;
  24.     
  25. }
  26.  
  27. .myIFrameTitleBar{    
  28.     padding: 0 2px 0px 2px;
  29.     margin: 0;    
  30. }
  31.  
  32. #myIframeAboutLabel {
  33.     cursor: inherit;
  34. }
  35.  
  36. #closeButton
  37. {
  38.     cursor: pointer;
  39.     list-style-image: url(myClose.png);
  40.     height: 14px;
  41.     width: 16px;
  42. }
  43.  
  44. #bottomBarOfMyIFrameInfoDialog
  45. {
  46.     height: 14px;
  47. }
  48.  
  49.  
  50. /* This is relevant for cursor like for resizing cursor 
  51. to inherit the propert shape */
  52. .textbox-input
  53. {
  54.     cursor: inherit;
  55. }
  56.  
  57.  
  58. .iframeContainer
  59. {
  60.     -moz-appearance: none;
  61.     background-color: transparent;
  62.     font-family: helvetica, sans-serif;
  63.     font-size: 11pt;
  64.     font-weight: normal;
  65.     margin: 0;
  66.     border: 0;
  67.     padding: 0;
  68. }
  69.  
  70. #resizeMyIFrameInfoDialog
  71. {
  72.     cursor: se-resize;
  73.     background : url(redim2.png);
  74.     width: 14px;    
  75. }
  76.